home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if not x==%1x goto START
- echo SYNTAX: "MT xxx" (where xxx are your initials)
- goto END
- :START
- if x==%2x echo For "pop-up" service, enter "MT xxx MR" (xxx are your initials)
- cd\MANAGEX
- :START2
- echo .
- if exist end%1.fyl goto RETURN
- rem if exist m.d input x x x x x %1 x x mt
- rem pc-beep x x x x x %1 x x x mt
- MTTRACK x x x x x %1 x x x %2
- if not exist util%1.bat goto RETURN
- echo off
- cls
- util%1
- goto START2
- :RETURN
- echo off
- if not exist doexport goto SE
- rem if exist pc-sched.lbf export x x x x x %1 x x mt
- if exist doexport erase doexport
- :SE
- if exist util%1.bat erase util%1.bat
- if exist end%1.fyl erase end%1.fyl
- cls
- :END
-